Welcome![Sign In][Sign Up]
Location:
Search - linux bootloader

Search list

[Linux-Unixbootloader

Description: 一个arm ok2240开发板的bootloader,对大家理解linux的启动很有帮助-An arm ok2240 development board bootloader, all of us understand the linux boot helpful
Platform: | Size: 452608 | Author: 叶新栋 | Hits:

[Linux-Unixsjf2410_linux

Description: You can use this as one method to un-brick your Neo1973, in case your bootloader has been corrupted. sjf2410-linux is a linux-enabled version of the sjf2410 tool. It allows you to use a wiggler compatible JTAG Probe to program NAND and NOR flash attached to the S3C2410 (In the Neo1973, we only use NAND flash).
Platform: | Size: 23552 | Author: a872312 | Hits:

[Embeded LinuxARMLinux

Description: ARM MMC Linux Bootloader
Platform: | Size: 434176 | Author: Heggi | Hits:

[Internet-Networkbootloader

Description: 可以加载的Linux下的,很方便的程序,不用你自己编写了-Can be loaded under Linux, it is convenient procedure, do not you write a
Platform: | Size: 8183808 | Author: 张一 | Hits:

[Linux-UnixJflash-s3c2410.tar

Description: 已经编译好的烧写uboot的工具,解压之后可以直接运行。适用目标为s3c2410等系列。-It is a tool ready for boot the bootloader,and you can use it straightly after you tar it
Platform: | Size: 5120 | Author: xiaofei | Hits:

[Embeded Linuxbootloader-0.2.2.tar

Description: Bootloader for linux
Platform: | Size: 964608 | Author: Luiz Marcos | Hits:

[Embeded Linuxvivi-0.1.4

Description: linux bootloader vivi 0.1.4
Platform: | Size: 275456 | Author: hank | Hits:

[Linux-Unixblob-2.0.5-pre2.tar

Description: blob 最精简的bootloader,入门者的首选-blob with the most precise bootloader, first choice for beginners
Platform: | Size: 165888 | Author: zjt | Hits:

[Software EngineeringARMLinuxstart-upprocessanalysis

Description: ARM Linux 启动过程分析。 本文以 S3C2410 ARM 处理 器为例,详细分析了系统上电后 bootloader的执行流程及 ARM Linux的启动过程。-Taking S3C2410 ARM processor, for example, a detailed analysis on the system after the execution procedures bootloader electricity and ARM Linux start-up process.
Platform: | Size: 129024 | Author: 张凯 | Hits:

[Linux-Unixlinux

Description: 1、配置和编译 bootloader(vivi)和 Linux 内核; 2、在目标板上下载 bootloader(vivi)和内核; 3、在目标板上配置建立 NFS 文件系统; 4、在目标板上移植建立本地文件系统。 -1, configure and compile the bootloader (vivi) and the Linux kernel 2, the target board downloads bootloader (vivi) and the kernel three, the target board configuration set up NFS file systems 4, the target board to establish the local file system migration .
Platform: | Size: 1495040 | Author: sunny | Hits:

[Linux-Unixvivi

Description: vivi源代码,基于s3c2410的linux bootloader-vivi source code,it is one kind of linux bootloader which based on s3c2410
Platform: | Size: 487424 | Author: jiang | Hits:

[Embeded Linuxlinux_bootloader_source_code

Description: linux bootloader source code
Platform: | Size: 287744 | Author: 池小兵 | Hits:

[Technology Managementlinux_bootloader

Description: linux bootloader烧写的详细步骤,对初学者非常有用-linux bootloader programmed the detailed steps, useful for beginners
Platform: | Size: 1266688 | Author: hbf | Hits:

[Embeded Linuxvboot-src-20090721

Description: 专为S3C2440开发的简易bootloader源代码包,适用于启动Linux,通过supervivi烧写到Nand Flash的Block 0, 可以自适应启动64M/128M-1G Nand Flash -S3C2440 development for the simple bootloader source code package for start Linux, by supervivi programmed to Nand Flash in the Block 0, can be adaptive start 64M/128M-1G Nand Flash
Platform: | Size: 14336 | Author: 林伟山 | Hits:

[Embeded LinuxDesign-and-implementation-of-RFID-Terminnal-based-

Description: 1、搭建了RFID手持移动终端的嵌入式Linux开发平台,基本工作包括硬件 平台的设计和软件平台的实现,其中软件平台的实现又包括Bootloader的移植、 内核的裁减与编译以及文件系统的制作三部分。 2、讨论并实现了RFID手持移动终端的若干基本功能模块,基本工作包括存 储管理模块的研究、人机交互模块的研究以及通讯模块的研究,其中每一模块又 包括硬件的设计和软件的实现,而软件的实现又包括驱动软件的开发和部分应用 软件接口的实现。所有这些模块功能独立,协同工作,共同构建了该手持移动终 端的功能框架。 3、在以上基本功能模块的基础上,开发了该手持移动终端的系统应用程序。-1, set up a RFID handheld mobile terminals and the development of embedded Linux platform, the basic work, including hardware Platform design and implementation of software platforms, including the realization of the software platform also includes Bootloader transplant Reduction and build the kernel and file system, the production of three parts. 2, discussed and implemented RFID handheld mobile terminals and a number of basic function modules, the basic work, including deposit Storage management module of study, research and man-machine interaction module of communication module, each module has Including hardware design and software implementation, and software implementation also includes driver software development and some applications Software interface. All of these modules function independently, to work together to build the end of the handheld mobile The function of the framework. 3, the basic functional modules in the above basis, developed the system of the
Platform: | Size: 4480000 | Author: 宋阳 | Hits:

[Linux-Unixbootloader

Description: 在专用的嵌入式板子运行GNU/Linux系统已经变得越来越流行。一个嵌入式Linux系统从软件的角度看通常可以分为四个层次:   1、 引导加载程序。包括固化在固件(firmware)中的boot代码(可选),和BootLoader两大部分。   2、 Linux内核。特定于嵌入式板子的定制内核以及内核的启动参数。   3、 文件系统。包括根文件系统和建立于Flash内存设备之上文件系统。通常用ramdisk来作为rootfs。   4、 用户应用程序。特定于用户的应用程序。有时在用户应用程序和内核层之间可能还会包括一个嵌入式图形用户界面。常用的嵌入式GUI有:MicroWindows和MiniGUI等。-Analysis of ARM processor startup code
Platform: | Size: 344064 | Author: linaaygli | Hits:

[Linux-Unixmini2440_linux

Description: linux移植到ARM平台(三星2440)的详细步骤,包括bootloader,uboot的移植和编译,开发环境的搭建和配置,非常详细,这个为2010年最新的版本-linux ported to ARM platform (Samsung 2440) for detailed steps, including the bootloader, uboot transplant and build, build and configure the development environment is very detailed, this latest version for 2010
Platform: | Size: 28003328 | Author: 胡权 | Hits:

[Linux-Unixbootloader

Description: LINUX内核资料,帮助构建系统基本运作原理能力-linux kernel
Platform: | Size: 157696 | Author: neil | Hits:

[Linux-UnixLinux-driver-development19

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第19章、Flash设备驱动。Flash在嵌入式系统中是必不可少的,它是BootLoader、Linux内核和文件系统的最佳载体。在Linux内核中,引入了MTD层为NOR Flash和NAND Flash设备提供统一的接口,从而使得Flash驱动的设计工作大为简化。19.1节讲解了Linux Flash驱动的结构,主要讲解了MTD系统的层次结构和接口。19.2节和19.3节分别讲解了NOR Flash和NAND Flash驱动的设计方法,给出了设计模板。19.4节和19.5节分别以S3C2410外围NOR Flash和NAND Flash为实例进一步讲解了NOR Flash和NAND Flash驱动的设计。19.6节讲解了如何在Flash上建立cramfs、jffs/jffs2及yaffs/yaffs2文件系统。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 19, Flash device drivers. Flash in embedded systems is necessary, that it is the BootLoader, Linux kernel file system and the best carrier. In the Linux kernel, introduce a MTD layer TTL NAND Flash for Flash and provide a unified interface equipment, thus make the Flash drive design work greatly simplified. Section 19.1 explained Linux Flash drive structure, main explained MTD system level structure and interface. Section 19.2 and 19.3 respectively explained TTL NAND Flash drive and Flash design method are given, and the design template. Section 19.4 and 19.5 respectively to S3C2410 TTL NAND Flash Flash and peripheral as an example to explain further TTL NAND Flash drive and Flash design. Section 19.6 explained how to establish cramfs, JFFS Flash on the original and yaffs/yaffs2/file system.
Platform: | Size: 581632 | Author: 华清远见 | Hits:

[Embeded LinuxLinux-wdi

Description: 嵌入式linux系统的全程喂狗方法,从bootloader到内核启动-Embedded linux system feed the dog the whole way, from the bootloader to boot the kernel
Platform: | Size: 161792 | Author: 天才 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 17 »

CodeBus www.codebus.net